org.eclipse.vtp.desktop.editors.core.impl
Class StubMediaProvider

java.lang.Object
  extended by org.eclipse.vtp.desktop.editors.core.impl.StubMediaProvider
All Implemented Interfaces:
IMediaProvider

public class StubMediaProvider
extends java.lang.Object
implements IMediaProvider


Constructor Summary
StubMediaProvider()
           
 
Method Summary
 IFormatManager getFormatManager()
           
 IFormatter getFormatter()
           
 IResourceManager getResourceManager()
           
 ISharedContentProvider getSharedContentProvider()
           
 java.util.List getSupportedContentTypes()
           
 boolean hasSharedContent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StubMediaProvider

public StubMediaProvider()
Method Detail

getFormatManager

public IFormatManager getFormatManager()
Specified by:
getFormatManager in interface IMediaProvider

getFormatter

public IFormatter getFormatter()
Specified by:
getFormatter in interface IMediaProvider

getResourceManager

public IResourceManager getResourceManager()
Specified by:
getResourceManager in interface IMediaProvider

getSharedContentProvider

public ISharedContentProvider getSharedContentProvider()
Specified by:
getSharedContentProvider in interface IMediaProvider

getSupportedContentTypes

public java.util.List getSupportedContentTypes()
Specified by:
getSupportedContentTypes in interface IMediaProvider

hasSharedContent

public boolean hasSharedContent()
Specified by:
hasSharedContent in interface IMediaProvider